Merge pull request #308391 from r-ryantm/auto-update/pict-rs

pict-rs: 0.5.11 -> 0.5.13

authored by Yt and committed by GitHub 24766827 206669c7

+3 -3
+3 -3
pkgs/servers/web-apps/pict-rs/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "pict-rs"; 16 - version = "0.5.11"; 16 + version = "0.5.13"; 17 17 18 18 src = fetchFromGitea { 19 19 domain = "git.asonix.dog"; 20 20 owner = "asonix"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-xZN9ifeI0cEz9i8JWTgvU0CZhukxwzJY6vwe7TJWkRc="; 23 + sha256 = "sha256-zFsxX7pZc8Hm8XcKWZK5zE3XAYmFPT0IJKD0+zazaeI="; 24 24 }; 25 25 26 - cargoHash = "sha256-g1N7yziPbQthdNcwZeDbOQpGFePUf4LXqMyWkS6c1AQ="; 26 + cargoHash = "sha256-NjNfMyNEliyJQuwWJ/owyKOz+P5gT8Ov0w298I6A/Bk="; 27 27 28 28 # needed for internal protobuf c wrapper library 29 29 PROTOC = "${protobuf}/bin/protoc";