Commit c6a92f73 authored by R. RyanTM's avatar R. RyanTM
Browse files

snipaste: 2.10.5 -> 2.10.6

parent b991a5e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:
let
  pname = "snipaste";
  version = "2.10.5";
  version = "2.10.6";
  src = fetchurl {
    url = "https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage";
    hash = "sha256-E6B60Z0AqY2BhkP52MaoUZc+sTlcRQLcb9hJ6Pw07yU=";
    hash = "sha256-lkP3YN4ZNbtM2beQEIWPxBE6JXToRBW48QAMLw/TBzQ=";
  };
  contents = appimageTools.extract { inherit pname version src; };
in