Loading pkgs/by-name/ru/rustlings/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ }: let pname = "rustlings"; version = "6.2.0"; version = "6.3.0"; in rustPlatform.buildRustPackage { inherit pname version; Loading @@ -18,10 +18,10 @@ rustPlatform.buildRustPackage { owner = "rust-lang"; repo = "rustlings"; rev = "v${version}"; hash = "sha256-BVmiMIIx8YEO57FO0ZpsCQcim68mn7NHpAOO86dZqlI="; hash = "sha256-te7DYgbEtWWSSvO28ajkJucRb3c9L8La1wfGW0WSxW0="; }; cargoHash = "sha256-ZupwPw/bfeN+s7IWXbY21K/ODXSaYef+IDDpBVCi3Ek="; cargoHash = "sha256-Vq4Os4CKkEz4HggIZhlbIo9Cu+BVJPdybL1CNvz5wEQ="; # Disabled test that does not work well in an isolated environment checkFlags = [ Loading Loading
pkgs/by-name/ru/rustlings/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ }: let pname = "rustlings"; version = "6.2.0"; version = "6.3.0"; in rustPlatform.buildRustPackage { inherit pname version; Loading @@ -18,10 +18,10 @@ rustPlatform.buildRustPackage { owner = "rust-lang"; repo = "rustlings"; rev = "v${version}"; hash = "sha256-BVmiMIIx8YEO57FO0ZpsCQcim68mn7NHpAOO86dZqlI="; hash = "sha256-te7DYgbEtWWSSvO28ajkJucRb3c9L8La1wfGW0WSxW0="; }; cargoHash = "sha256-ZupwPw/bfeN+s7IWXbY21K/ODXSaYef+IDDpBVCi3Ek="; cargoHash = "sha256-Vq4Os4CKkEz4HggIZhlbIo9Cu+BVJPdybL1CNvz5wEQ="; # Disabled test that does not work well in an isolated environment checkFlags = [ Loading