thiefmd 0.2.5-stability -> 0.2.6 https://repology.org/project/thiefmd/versions attrpath: thiefmd Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/editors/thiefmd/default.nix b/pkgs/applications/editors/thiefmd/default.nix index 7f265aefcd0..6db279003f5 100644 --- a/pkgs/applications/editors/thiefmd/default.nix +++ b/pkgs/applications/editors/thiefmd/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "thiefmd"; - version = "0.2.5-stability"; + version = "0.2.6"; src = fetchFromGitHub { owner = "kmwallio"; repo = "ThiefMD"; rev = "v${version}"; - sha256 = "sha256-cUZ7NVGe4e9ZISo9gjWFuDNCyF3rsQtrDX+ureyqtwM="; + sha256 = "sha256-g1xainux0bfV5dm/Nq5+SsPPT8RREA+YMt2zfyAXiVM="; fetchSubmodules = true; }; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A thiefmd nix build failed. | ^~~~~~~~~~~~~~~~~~~ ../src/ghost/src/Ghost.vala:253.9-253.27: warning: Method `Ghost.WebCall.set_put' never used 253 | public void set_put () { | ^~~~~~~~~~~~~~~~~~~ ../src/ghost/src/Ghost.vala:257.9-257.30: warning: Method `Ghost.WebCall.set_delete' never used 257 | public void set_delete () { | ^~~~~~~~~~~~~~~~~~~~~~ ../src/medium/src/Medium.vala:351.9-351.30: warning: Method `Medium.WebCall.set_delete' never used 351 | public void set_delete () { | ^~~~~~~~~~~~~~~~~~~~~~ ../src/forem/src/Forem.vala:286.9-286.33: warning: Method `Forem.WebCall.set_multipart' never used 286 | public void set_multipart (Soup.Multipart multipart) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/forem/src/Forem.vala:295.9-295.30: warning: Method `Forem.WebCall.set_delete' never used 295 | public void set_delete () { | ^~~~~~~~~~~~~~~~~~~~~~ ../src/hashnode/src/Hashnode.vala:272.9-272.33: warning: Method `Hashnode.WebCall.set_multipart' never used 272 | public void set_multipart (Soup.Multipart multipart) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/hashnode/src/Hashnode.vala:277.9-277.27: warning: Method `Hashnode.WebCall.set_get' never used 277 | public void set_get () { | ^~~~~~~~~~~~~~~~~~~ ../src/hashnode/src/Hashnode.vala:281.9-281.30: warning: Method `Hashnode.WebCall.set_delete' never used 281 | public void set_delete () { | ^~~~~~~~~~~~~~~~~~~~~~ ../src/hashnode/src/Hashnode.vala:243.9-243.29: warning: Type `Hashnode.TagData[]' can not be used for a GLib.Object property 243 | public TagData[] tags { get; set; } | ^~~~~~~~~~~~~~~~~~~~~ Compilation succeeded - 30 warning(s) ninja: build stopped: subcommand failed.