package/obfuscate: 0.0.7 -> 0.0.9
This commit is contained in:
parent
b030ded2a8
commit
ca2ef05337
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv
|
||||
{ stdenv
|
||||
, desktop-file-utils
|
||||
, fetchFromGitLab
|
||||
, nix-update-script
|
||||
|
@ -19,20 +19,20 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "obfuscate";
|
||||
version = "0.0.7";
|
||||
version = "0.0.9";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "World";
|
||||
repo = "obfuscate";
|
||||
rev = version;
|
||||
sha256 = "sha256-jEMOg2yHi6K57XhA/7hkwwvedmikoB8pGV3ka+jixq8=";
|
||||
sha256 = "sha256-aUhzact437V/bSsG2Ddu2mC03LbyXFg+hJiuGy5NQfQ=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||
inherit src;
|
||||
name = "${pname}-${version}";
|
||||
hash = "sha256-dluYUKi4lCj2quUt2PeMxAw6AL6co0WdmiCUs5IZlw0=";
|
||||
hash = "sha256-O/Bg8b5ZEId3PNebd19TIrFvyb0yngtKuMNJlM8M5Fg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue