waytrogen: 0.7.1 -> 0.7.2 (#388462)

authored by Austin Horstman and committed by GitHub d89453a5 f1e470b8

+5 -3
+5 -3
pkgs/by-name/wa/waytrogen/package.nix
··· 13 rustc, 14 sqlite, 15 openssl, 16 }: 17 18 stdenv.mkDerivation rec { 19 pname = "waytrogen"; 20 - version = "0.7.1"; 21 22 src = fetchFromGitHub { 23 owner = "nikolaizombie1"; 24 repo = "waytrogen"; 25 tag = version; 26 - hash = "sha256-Y83l6GKuaH+976MTOo03saVBh6gDegxyo3WRsRA+iQI="; 27 }; 28 29 useFetchCargoVendor = true; 30 cargoDeps = rustPlatform.fetchCargoVendor { 31 inherit src; 32 name = "${pname}-${version}"; 33 - hash = "sha256-t3bDgY1Jtc/lE3WOnmti12shwsmSX3HhGBtYjesQ7hk="; 34 }; 35 36 nativeBuildInputs = [ ··· 41 rustPlatform.cargoSetupHook 42 cargo 43 rustc 44 ]; 45 46 buildInputs = [
··· 13 rustc, 14 sqlite, 15 openssl, 16 + desktop-file-utils, 17 }: 18 19 stdenv.mkDerivation rec { 20 pname = "waytrogen"; 21 + version = "0.7.2"; 22 23 src = fetchFromGitHub { 24 owner = "nikolaizombie1"; 25 repo = "waytrogen"; 26 tag = version; 27 + hash = "sha256-OO7HHmTa5qH0lFl+ZnsJMo4MxQCRnKn7kkO2BOGt8PA="; 28 }; 29 30 useFetchCargoVendor = true; 31 cargoDeps = rustPlatform.fetchCargoVendor { 32 inherit src; 33 name = "${pname}-${version}"; 34 + hash = "sha256-S+JW6OvmB9vj9cR9/qnw5EIECjpD8JPhxfgwDEEtlC0="; 35 }; 36 37 nativeBuildInputs = [ ··· 42 rustPlatform.cargoSetupHook 43 cargo 44 rustc 45 + desktop-file-utils 46 ]; 47 48 buildInputs = [