lol

squawk: 2.21.0 -> 2.21.1 (#430392)

authored by

Yohann Boniface and committed by
GitHub
0e9c3ff7 a8359492

+3 -3
+3 -3
pkgs/by-name/sq/squawk/package.nix
··· 10 }: 11 rustPlatform.buildRustPackage rec { 12 pname = "squawk"; 13 - version = "2.21.0"; 14 15 src = fetchFromGitHub { 16 owner = "sbdchd"; 17 repo = "squawk"; 18 tag = "v${version}"; 19 - hash = "sha256-Za+d1o1fmD35yKtiK/SGWucOPeKowbrwzOHdBvAh1EE="; 20 }; 21 22 - cargoHash = "sha256-jSvcuBurw9HDnemm5133ElrDdTMHzlt+C5d99Kywk7w="; 23 24 nativeBuildInputs = [ 25 pkg-config
··· 10 }: 11 rustPlatform.buildRustPackage rec { 12 pname = "squawk"; 13 + version = "2.21.1"; 14 15 src = fetchFromGitHub { 16 owner = "sbdchd"; 17 repo = "squawk"; 18 tag = "v${version}"; 19 + hash = "sha256-Ox6UPy4EFN3WEpXYXx0SGVRcAY0zl0x7eCxKP/kS3qo="; 20 }; 21 22 + cargoHash = "sha256-WRGz70lb1HwVOwi+un8h7PoDMlFrJbuFmw3q+JKkfZw="; 23 24 nativeBuildInputs = [ 25 pkg-config