From 19494ecf13d9eba93a7fb8b860bb6a8a4c8e6365 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= <fabianhjr@protonmail.com>
Date: Tue, 15 Oct 2024 20:07:53 +0000
Subject: [PATCH] snapshot: 47.0.1 -> 47.1

https://gitlab.gnome.org/GNOME/snapshot/-/compare/47.0.1...47.1
---
 pkgs/applications/graphics/snapshot/default.nix | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/pkgs/applications/graphics/snapshot/default.nix b/pkgs/applications/graphics/snapshot/default.nix
index 2466dce24c42..fcf98fe93a3f 100644
--- a/pkgs/applications/graphics/snapshot/default.nix
+++ b/pkgs/applications/graphics/snapshot/default.nix
@@ -1,7 +1,6 @@
 { stdenv
 , lib
 , fetchurl
-, fetchpatch
 , glycin-loaders
 , cargo
 , desktop-file-utils
@@ -24,22 +23,16 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "snapshot";
-  version = "47.0.1";
+  version = "47.1";
 
   src = fetchurl {
     url = "mirror://gnome/sources/snapshot/${lib.versions.major finalAttrs.version}/snapshot-${finalAttrs.version}.tar.xz";
-    hash = "sha256-YqfxDJAhui5J5+aOfrie9UDAnyx933fCBeVCydro/7E=";
+    hash = "sha256-5LFiZ5ryTH6W7m4itH1f8NqW4KD2FtE66xIHxgn4lIM=";
   };
 
   patches = [
     # Fix paths in glycin library
     glycin-loaders.passthru.glycinPathsPatch
-
-    # Fixes crash on start with "property 'client-name' of type 'GstV4l2Src' not found"
-    (fetchpatch {
-      url = "https://gitlab.gnome.org/GNOME/snapshot/-/commit/2cf4643b0abc1a238f8f38c3eb8250a347ccb10d.patch";
-      hash = "sha256-qZXDTVYXjstgQwuBAXVmInFhGwC0mOt+u+5XG5LKqGM=";
-    })
   ];
 
   nativeBuildInputs = [